
/*  Cameo Skin CSS ========================================= */

.mis-stage {
    background-color: #fff;
	margin:auto;
	width:80%;
}
    .mis-slider {
        /*  Slider element does not need to be a specific height
            Here we use it to create a stylish bar behind slides */
        margin-top: 138px;
        height: 80px;
    }
        .mis-slider li a {
            text-decoration: none;
            color: #666;
            display: block;
        }
        .mis-slider li figcaption {
           font-size:18px;
        }
        .mis-slider li img {
            /* max-width: 270px; */
         width: 80%;
         height: 320px;
         margin-left:30px;
       /* border-radius: 135px; */
        border: none;
        }
        .mis-slide {
	        width: 345px!important;
            height: 360px;
            margin-top: -120px;
            
        }
    .mis-nav-buttons a {
        color: #fff;
    }
